home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d16 / wysiwyg.arc / DEMO.MKE < prev    next >
Text File  |  1991-04-28  |  425b  |  13 lines

  1. #--- DEMO.MKE ---------------------------- Listing 3 -----------
  2. # Make file for DEMO. Uses Microsoft C and SDK
  3. # by Michael Young. Copyright information in Listing 1.
  4. #---------------------------------------------------------------
  5.  
  6. all: demo.exe
  7.  
  8. demo.obj: demo.c
  9.     cl -c -W2 -AS -Gsw -Ows -Zpi demo.c
  10.  
  11. demo.exe: demo.obj demo.def
  12.     link /NOD /ALIGN:16 demo,, nul.map, libw slibcew, demo.def
  13.     rc demo.exe